@charset "utf-8";
/* CSS Document*/ 
* {
 margin:0px;
 padding:0px;
}
html>body {   /*-- for !IE6.0 */ 
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
html, body{
	background:url(../images/line.jpg) repeat-x;
	font-family: Microsoft YaHei, simsun, Arial, Helvetica, sans-serif;
}
.topbanner{
	width:750px;
	height:127px;
	margin:auto;
}
.loginbanner{
	width:750px;
	height:344px;
	margin:auto;
}
.computer{
	width:310px;
	height:344px;
	background:url(../images/computer.jpg) no-repeat;
	float:left;
	display:inline;
}
.logininfo{
	width:440px;
	height:344px;
	float:right;
	display:inline;
}
.grouplogo{
	width:440px;
	height:65px;
	background:url(../images/logo_new.jpg) no-repeat;
	margin:auto;
}
.sysname{
	width:440px;
	height:50px;
	background:url(../images/sysname.jpg) no-repeat;
	margin:auto;
}
.loginhint{
	width:428px;
	height:32px;
	line-height:40px;
	font-size:12px;
	color:#FFF;
	margin:auto;
	margin-left:12px;
	white-space: nowrap;
}
.logininput{
	width:428px;
	height:24px;
	margin:auto;
	margin-left:12px;
}
.input1200{
    padding:4px;
    border:solid 1px #3B68A6;
    outline:0;
    width:85px;
    background:#FFFFFF;
    color:#6982AA;
    font-size:12px;
    line-height:13px;
    float:left;
    display:inline;
}
.input1201{
	padding:4px;
	border:solid 1px #3B68A6;
	outline:0;
	width:70px;
	background:#FFFFFF;
	color:#6982AA;
	font-size:12px;
	line-height:13px;
	float:left;
	display:inline;
    margin-left:2px;
}
.input1202{
	padding:4px;
	border:solid 1px #3B68A6;
	outline:0;
	width:70px;
	background:#FFFFFF;
	color:#6982AA;
	font-size:12px;
	line-height:13px;
	float:left;
	display:inline;
	margin-left:2px;
}
.input60{
	padding:4px;
	border:solid 1px #3B68A6;
	outline:0;
	width:50px;
	background:#FFFFFF;
	color:#6982AA;
	font-size:12px;
	line-height:13px;
	text-align:center;
	float:left;
	display:inline;
	margin-left:2px;
}
.button{
	background:url(../images/button01.jpg) no-repeat;
	width:76px;
	height:24px;
	float:left;
	display:inline;
	margin-left:4px;
	cursor:hand;
}
.loginother{
	width:428px;
	height:32px;
	line-height:36px;
	font-size:12px;
	color:#FFF;
	margin:auto;
	margin-left:12px;
}
.loginsave{
	width:134px;
	height:32px;
	line-height:36px;
	font-size:12px;
	color:#FFF;
	float:left;
	display:inline;
}
.loginpass{
	width:120px;
	height:32px;
	line-height:36px;
	font-size:12px;
	color:#FFF;
	float:left;
	display:inline;
}
.loginpass a{
	color:#FFF;
}
.loginpass a:link{
	text-decoration:underline;
}
.loginpass a:active{
	text-decoration:none;
}
.loginpass a:visited{
	text-decoration:none;
}
.loginpass a:hover{
	text-decoration:none;
	color:#FFF;
}
.loginblank{
	width:440px;
	height:36px;
	margin:auto;
}
.copyright{
	width:428px;
	height:32px;
	line-height:32px;
	font-size:12px;
	color:#999;
	margin:auto;
	margin-left:12px;
}
.passresetbutton {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
a#passresetDoSubmit {
    margin-left: 10px;
}
a#passresetCancel {
    margin-left: 0px;
}